Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linter & husky fixes #25

Merged
merged 1 commit into from
Feb 5, 2025
Merged

Conversation

benjaminJohnson2204
Copy link
Contributor

This PR fixes some issues with the CI/CD lint checks (e.g. they are failing on #24). It includes the following changes:

  1. Remove the "Backend check" job from lint-check.yml, since this project has no backend
  2. Fixes .husky/lint-config to not run linters in the nonexistent backend directory
  3. Update husky version from 8 to 9 since it's not working correctly with version 8, and all our other projects this year are using version 9
  4. Install eslint-plugin-react-refresh plugin since it's used in the lint config
  5. Fix some linter errors (unused imports, import order, lines between imports)

@soma-p soma-p merged commit 564fe4d into main Feb 5, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants